翻訳と辞書
Words near each other
・ Interrogation of Abu Zubaydah
・ Interrogation of Saddam Hussein
・ Interrogation Room 109
・ Interrogation scene
・ Interrogations and Confessions
・ Interrogative
・ Interrogative word
・ Interrogatives in Esperanto
・ Interrogatories
・ Interroll
・ Interros
・ Interrupt
・ Interrupt coalescing
・ Interrupt control register
・ Interrupt descriptor table
Interrupt flag
・ Interrupt handler
・ Interrupt latency
・ Interrupt priority level
・ Interrupt request (PC architecture)
・ Interrupt storm
・ Interrupt This Program
・ Interrupt vector table
・ Interrupted aortic arch
・ Interrupted gene
・ Interrupted Melody
・ Interrupted rocksnail
・ Interrupted screw
・ Interrupted Streams
・ Interrupter


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Interrupt flag : ウィキペディア英語版
Interrupt flag
IF (Interrupt Flag) is a system flag bit in the x86 architecture's FLAGS register, which determines whether or not the CPU will handle maskable hardware interrupts.〔(【引用サイトリンク】format = PDF )
The bit, which is bit 9 of the FLAGS register, may be set or cleared by programs with sufficient privileges, as usually determined by the Operating System. If the flag is set to 1, maskable hardware interrupts will be handled. If cleared (set to 0), such interrupts will be ignored. IF does not affect the handling of non-maskable interrupts or software interrupts generated by the INT instruction.
== Setting and clearing ==
The flag may be set or cleared using the CLI (Clear Interrupts), STI (Set Interrupts) and POPF (Pop Flags) instructions.
CLI clears IF (sets to 0), while STI sets IF to 1. POPF pops 16 bits off the stack into the FLAGS register, which means IF will be set or cleared based on the ninth bit on the top of the stack.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Interrupt flag」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.